home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINWORDS / DRHELPE5.ZIP / DRHLPUSR.HPJ < prev    next >
Text File  |  1993-08-06  |  1KB  |  43 lines

  1. ;Default project file. Comments start with a ;
  2. [OPTIONS]
  3. compress=on
  4. warning=1
  5. report=on
  6. ;Try creating an icon for your new Help file
  7. icon=default.ico
  8. ;change the next line to suit your file
  9. title=A Guide to using Doctor Help files
  10. ;change the copyright to suit yourself
  11. copyright=⌐ Roger Hadgraft, 1993
  12. [FILES]
  13. DRHLPUSR.RTF
  14.  
  15. [CONFIG]
  16. CreateButton("btn_up", "&Up", "IfThenElse(IsMark(`L 4'),`GotoMark(`L 3')',`IfThenElse(IsMark(`L 3'),`GotoMark(`L 2')',`IfThenElse(IsMark(`L 2'),`GotoMark(`L 1')',`IfThen(IsMark(`L 1'),`Contents()')')')')")
  17. CreateButton("btn_menu", "Me&nu", "Contents()")
  18. RegisterRoutine("drhelp.dll", "ExecProg", "v=Si")
  19. BrowseButtons()
  20. CreateButton("btn_annotate", "&Annotate", "Annotate()")
  21. ;CreateButton("btn_print", "&Print", "Print()")
  22. ;InsertItem("mnu_help", "mnu_drhlpusr", "&Doctor Help", "JumpContents(`drhlpusr.hlp')", 2)
  23. InsertItem("mnu_edit", "mnu_topic", "C&opy Topic", "CopyTopic()", 1)
  24. ;SaveMark("PF")
  25.  
  26. [Map]
  27. #include <DRHLPUSR.MAP>
  28.  
  29. [Doctor Help]
  30. MaxHeader=9
  31. ExactMatch= 0
  32. UseOldPhraseTable= 0
  33. RevisionDates= 0
  34. ErrorFile= 1
  35. ScreenUpdate= 0
  36. SplitTitle= 1
  37. NewStyles= 1
  38. SaveRate= 50
  39. Separators=,()-&!?
  40. UpButton= 1
  41. MenuButton= 1
  42. AnnotateButton= 1
  43.